Skip to main content

showBadge

Type

property

Summary

Specifies whether a player's badge icon is visible.

Syntax

set the showBadge of <player> to {true | false}

Description

Use the showBadge property to let users show or hide the player controller bar.

If the showBadge is true, a small icon appears in the lower left corner of the player when its showController property is false. Clicking the badge displays the controller bar. If the showBadge is false, the badge icon does not appear.

Set the showBadge property to true if you are setting the player's showController property to false, but want to display the controller bar if desired.

If the player's showController property is true, the setting of the showBadge property has no effect.

Examples

set the showBadge of player "Example" to true

property: showSelection, showController

glossary: property, controller bar

keyword: player

object: player

Compatibility and Support

Introduced

LiveCode 1.0

OS

mac

windows

linux

Platforms

desktop

server

Thank you for your feedback!

Was this page helpful?